home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / c / sas2ced5.lha / changes.doc next >
Encoding:
Text File  |  1992-03-22  |  1.7 KB  |  61 lines

  1. Changes
  2.  
  3. 03/21/92 v2.24
  4.     Fixed Arexx result code if function is not available.  Returns
  5.     rm_Result1=5, rm_Result2=1.
  6.  
  7.     Changed it so it will not quit if it can't open lc's error file,
  8.     it will just do nothing.
  9.  
  10.     Changed the order of some of the code.
  11.  
  12.     If you are using WShell 2.0 you must use BRKMODE#2 so Sas2Ced can
  13.     find the WShell window when compiling.
  14.  
  15.  
  16. 09/20/91 v2.20
  17.     The Arexx port has a new command: compile <path> <command>
  18.     Compile tries to find a shell in the system that has a
  19.     current directory the same a <path>, if one is found
  20.     <command> is executed in it.  With this sas2ced fully
  21.     intergrates Sas/C to Ced.
  22.  
  23.     compile.s2c arexx script is included.
  24.  
  25.     Next error requester will now appear directly above the error
  26.     or directly below if it can not fit above.  Basiclly the cursor
  27.     will never be covered.
  28.  
  29.     Added a command line option for the path to look for an
  30.     include file if it can not be found.
  31.  
  32.     Changed the name of the sas2ced arexx port from 'sas2ced'
  33.     to 'SAS2CED' to comform to the Amiga User Style Guide.
  34.  
  35.  
  36. 05/07/91 v2.00 & v1.20    
  37.     V2.00 is the same as v1.20, but v2.00 only runs under
  38.     AmigaDOS 2.0.  V2.00 uses 2.0 system calls to make it
  39.     smaller and faster.
  40.  
  41.     Added logic so Ced will not be pulled to the front if an
  42.     invald filename is given to LC.
  43.  
  44.     Changed it so Ced will not be pulled to the front if you
  45.     press ctrl-c while compiling.
  46.  
  47.     Changed quitting Sas2Ced from ctrl-f to ctrl-c.        
  48.  
  49.  
  50. 03/12/91 v1.10
  51.     I added better logic to check to see if a file is already open.
  52.  
  53.     I also added three command line options.
  54.     next- (default) next error requester comes up if an error is found
  55.     show- showerrors requester comes up if an error is found
  56.     quiet-no requester comes up, just moves cursor to first error
  57.  
  58.  
  59. 02/01/91 v1.00
  60.     Release of version 1.00
  61.